historical
No description
historical(
namespace: String!
routeId: String
tripId: String
createdAfter: String
createdBefore: String
lat: Float
long: Float
radius: Int
type: String
page: Int
per_page: Int
): [Data]
No description
historical(
namespace: String!
routeId: String
tripId: String
createdAfter: String
createdBefore: String
lat: Float
long: Float
radius: Int
type: String
page: Int
per_page: Int
): [Data]
historical.namespace ● [String!](/GraphQL API Reference/types/scalars/string.mdx) non-null scalarhistorical.routeId ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalarhistorical.tripId ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalarhistorical.createdAfter ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalarhistorical.createdBefore ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalarhistorical.lat ● [Float](/GraphQL API Reference/types/scalars/float.mdx) scalarhistorical.long ● [Float](/GraphQL API Reference/types/scalars/float.mdx) scalarhistorical.radius ● [Int](/GraphQL API Reference/types/scalars/int.mdx) scalarhistorical.type ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalarhistorical.page ● [Int](/GraphQL API Reference/types/scalars/int.mdx) scalarhistorical.per_page ● [Int](/GraphQL API Reference/types/scalars/int.mdx) scalarData](/GraphQL API Reference/types/objects/data.mdx) object